Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Agent forwarding for later adventures is worth mentioning too. Details in the manual which is unfortunately not available or not documented to be a common command-line switch of pageant as usually (–help, -h neither /? tells that).
Thank you! I would just note:
1 If your path to the key contains spaces like in “C:\Users\Gimli\keys\my precious.ppk” then the path must be in quotes.
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2.ppk "C:\Users\Gimli\keys\my precious.ppk"
2 If you want pageant to startup automatically with Windows 10, one of the ways you can do it is by adding a key for it to your registry.
a. run regedit
b. navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
c. right click on Run or in the main panel and select "New->String Value"
d. Enter Pageant for the name and modify the value to be the above mentioned Pageant path that you used for the shortcut.
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2.ppk "C:\Users\Gimli\keys\my precious.ppk"